runtime.m.isExtraInC (field)
7 uses
runtime (current package)
cgocall.go#L341: gp.m.isExtraInC = false
cgocall.go#L361: gp.m.isExtraInC = true
proc.go#L2369: mp.isExtraInC = false
proc.go#L2450: mp.isExtraInC = true
runtime2.go#L559: isExtraInC bool // m is an extra m that does not have any Go frames
signal_unix.go#L438: if gp == nil || (gp.m != nil && gp.m.isExtraInC) {
signal_unix.go#L1213: if gp != nil && gp.m != nil && gp.m.curg != nil && !gp.m.isExtraInC && !gp.m.incgo {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)